home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / util / arc / GNUtar15.lha / GNUtar / source.LHA / source / sasinclude / sys / time.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-09-16  |  114 b   |  8 lines

  1. #ifndef _TIME_
  2. #include <time.h>
  3. #endif /* _TIME_ */
  4.  
  5. #ifndef _TIMEB_
  6. #include <sys/timeb.h>
  7. #endif /* _TIMEB_ */
  8.